home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / stls5ttu.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  10.8 KB  |  350 lines

  1. *% Adobe PostScript(R) Printer Description File
  2. *% For "Star LaserPrinter 5 TrueImage"
  3. *% Produced by "GETapd.ps" version 2.0 edit 48
  4. *%
  5. *% Copyright 1988 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 010159.
  11. *%
  12. *% Date: <2/26/88>
  13. *FormatVersion: "2.0"
  14. *FileVersion: "1.1"
  15. *LanguageVersion: English
  16.  
  17. *Product: "(Star LaserPrinter 5 TT/UK)"
  18. *PSVersion: "(1.17) 3"
  19. *NickName: "Star LaserPrinter 5 TT/UK"
  20.  
  21. *% General Information and Defaults ===============
  22. *AcceptsTrueType: False
  23. *TrueImageDevice: False
  24. *ColorDevice: False
  25. *FileSystem: False
  26. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  27. *Throughput: "8"
  28. *Password: "0"
  29. *ExitServer: "serverdict begin exitserver"
  30. *FreeVM: "284800"
  31. *Reset: "
  32. serverdict begin 0 exitserver
  33. systemdict /quit get exec
  34. (WARNING : Printer Reset Failed.) = flush
  35. "
  36. *End
  37. *VariablePaperSize: False
  38.  
  39. *DefaultResolution: 300dpi
  40. *?Resolution: "
  41. save
  42.   initgraphics
  43.   0 0 moveto currentpoint matrix defaultmatrix transform
  44.   0 72 lineto currentpoint matrix defaultmatrix transform
  45.   3 -1 roll sub dup mul
  46.   3 1 roll exch sub dup mul
  47.   add sqrt round cvi
  48.   (          ) cvs print (dpi) = flush
  49. restore
  50. "
  51. *End
  52.  
  53. *% Halftone Information ===============
  54. *ScreenFreq: "60.0"
  55. *ScreenAngle: "45.0"
  56. *DefaultScreenProc: Dot
  57. *ScreenProc Dot: "
  58. {dup mul exch dup mul add 1.0 exch sub }
  59. "
  60. *End
  61. *ScreenProc Line: "{ pop }"
  62. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  63.  
  64. *DefaultTransfer: Null
  65. *Transfer Null: "{ }"
  66. *Transfer Null.Inverse: "{ 1 exch sub }"
  67. *% Please edit the Normalized Transfer functions and remove this comment.
  68. *Transfer Normalized: "
  69. {mark
  70. 1.0 1.0 .98 .9 .82 .68 .56 .48 .28 .1 .06 .0
  71. counttomark dup 3 add -1 roll exch
  72. 2 sub mul dup floor cvi
  73. dup 3 1 roll sub
  74. exch dup 
  75. 3 add index exch 2 add index dup
  76. 4 1 roll
  77. sub mul add
  78. counttomark 1 add 1 roll 
  79. cleartomark
  80. } bind"
  81. *End
  82. *Transfer Normalized.Inverse: "{
  83. mark
  84. .0 .0 .06 .1 .28 .48 .56 .68 .82 .9 .98 1.0
  85. counttomark dup 3 add -1 roll exch
  86. 2 sub mul dup floor cvi
  87. dup 3 1 roll sub
  88. exch dup 
  89. 3 add index exch 2 add index dup
  90. 4 1 roll
  91. sub mul add
  92. counttomark 1 add 1 roll 
  93. cleartomark
  94. } bind"
  95. *End
  96.  
  97. *% Paper Handling ===================
  98.  
  99. *% Use these entries to set paper size most of the time, unless there is
  100. *% specific reason to use PageRegion or PaperTray.
  101. *DefaultPageSize: A4
  102. *PageSize Letter: "letter"
  103. *PageSize Legal: "legal"
  104. *PageSize Note: "note"
  105. *PageSize A4: "a4"
  106. *PageSize B5: "b5"
  107. *PageSize LetterSmall: "lettersmall"
  108. *PageSize A4Small: "a4small"
  109. *?PageSize: "
  110.  save statusdict begin
  111.  /papersize where{ pop
  112.   12 dict begin
  113.    /lettertray (Letter) def /legaltray (Legal) def
  114.    /11x17tray (Tabloid) def /ledgertray (Ledger) def
  115.    /a3tray (A3) def /a4tray (A4) def
  116.    /a5tray (A5) def /b4tray (B4) def
  117.    /b5tray (B5) def /executivetray (Executive) def
  118.    papersize {
  119.      {load exec} stopped not{= flush}if
  120.    }{
  121.      {load exec} stopped not{print (.Transverse) = flush}if
  122.    }ifelse
  123.   end
  124.  }{
  125.   /pagetype where{pop[(Letter)(Legal)]pagetype dup 1 gt{pop 1}if get = flush}if
  126.  }ifelse
  127.  end restore
  128. "
  129. *End
  130.  
  131. *% These entries will set up the frame buffer. Usually used with manual feed.
  132. *DefaultPageRegion: A4
  133. *PageRegion Letter: "letter"
  134. *PageRegion Legal: "legal"
  135. *PageRegion Note: "note"
  136. *PageRegion A4: "a4"
  137. *PageRegion B5: "b5"
  138. *PageRegion LetterSmall: "lettersmall"
  139. *PageRegion A4Small: "a4small"
  140.  
  141. *DefaultPaperTray: None
  142.  
  143. *% The following entries provide information about specific paper keywords.
  144. *DefaultImageableArea: A4
  145. *ImageableArea Letter: "18 8 593 784 "
  146. *ImageableArea Legal: "65 42 547 966 "
  147. *ImageableArea Note: "30 31 582 761 "
  148. *ImageableArea A4: "13 14 577 831 "
  149. *ImageableArea B5: "3 4 497 705 "
  150. *ImageableArea LetterSmall: "30 31 582 761 "
  151. *ImageableArea A4Small: "29 31 566 811 "
  152. *?ImageableArea: "
  153.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  154.   newpath clippath pathbbox
  155.   4 -2 roll exch 2 {ceiling cvp} repeat
  156.   exch 2 {floor cvp} repeat flush
  157.  restore
  158. "
  159. *End
  160.  
  161. *% These provide the physical dimensions of the paper (by keyword)
  162. *DefaultPaperDimension: A4
  163. *PaperDimension Letter: "612 792"
  164. *PaperDimension Legal: "612 1008"
  165. *PaperDimension Note: "612 792"
  166. *PaperDimension A4: "595 842"
  167. *PaperDimension B5: "516 729"
  168. *PaperDimension LetterSmall: "612 792"
  169. *PaperDimension A4Small: "595 842"
  170.  
  171. *DefaultOutputBin: Upper
  172. *DefaultInputSlot: Upper
  173. *InputSlot Lower:"statusdict begin 3 traysup {3 settray} {1 settray} ifelse end"
  174. *InputSlot Middle:"statusdict begin 1 settray end"
  175. *InputSlot Upper:"statusdict begin 0 settray end"
  176. *InputSlot AutoSelect:"statusdict begin 2 settray end"
  177. *?InputSlot:"
  178. save statusdict begin
  179. 5 dict begin
  180. /0 (Upper) def
  181. /1 (Lower) def
  182. /2 (AutoSelect) def
  183. /3 (Middle) def
  184. papertray
  185. {( ) cvs cvn load exec} stopped not {=flush}{(Unknown) = flush} ifelse
  186. end
  187. end restore
  188. "
  189. *End
  190.  
  191. *DefaultManualFeed: False
  192. *?ManualFeed: "statusdict /manualfeed get
  193.  {(True)}{(False)}ifelse = flush"
  194. *End
  195. *ManualFeed True: "statusdict begin /manualfeed true store end"
  196. *ManualFeed False: "statusdict begin /manualfeed false store end"
  197.  
  198. *DefaultOutputOrder: Reverse
  199.  
  200. *DefaultCollator: None
  201. *DefaultSorter: None
  202. *DefaultDuplex: None
  203.  
  204. *% Font Information =====================
  205.  
  206. *DefaultFont: Courier
  207. *Font Arial: Standard "(001.001)"
  208. *Font Arial-Bold: Standard "(001.001)"
  209. *Font Arial-BoldOblique: Standard "(001.001)"
  210. *Font Arial-Narrow: Standard "(001.000)"
  211. *Font Arial-Narrow-Bold: Standard "(001.000)"
  212. *Font Arial-Narrow-BoldOblique: Standard "(001.000)"
  213. *Font Arial-Narrow-Oblique: Standard "(001.000)"
  214. *Font Arial-Oblique: Standard "(001.001)"
  215. *Font AvantGarde-Book: Standard "(001.001)"
  216. *Font AvantGarde-BookOblique: Standard "(001.001)"
  217. *Font AvantGarde-Demi: Standard "(001.001)"
  218. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  219. *Font Bookman-Demi: Standard "(001.001)"
  220. *Font Bookman-DemiItalic: Standard "(001.001)"
  221. *Font Bookman-Light: Standard "(001.001)"
  222. *Font Bookman-LightItalic: Standard "(001.001)"
  223. *Font Courier: Standard "(001.001)"
  224. *Font Courier-Bold: Standard "(001.001)"
  225. *Font Courier-BoldOblique: Standard "(001.001)"
  226. *Font Courier-Oblique: Standard "(001.001)"
  227. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  228. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  229. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  230. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  231. *Font ZapfCalligraphic-Bold: Standard "(001.000)"
  232. *Font ZapfCalligraphic-BoldItalic: Standard "(001.000)"
  233. *Font ZapfCalligraphic-Italic: Standard "(001.000)"
  234. *Font ZapfCalligraphic-Roman: Standard "(001.000)"
  235. *Font Symbol: Special "(001.001)"
  236. *Font Times-New-Roman-Bold: Standard "(001.001)"
  237. *Font Times-New-Roman-BoldItalic: Standard "(001.001)"
  238. *Font Times-New-Roman-Italic: Standard "(001.001)"
  239. *Font Times-New-Roman: Standard "(001.001)"
  240. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  241. *Font ZapfDingbats: Special "(001.000)"
  242. *?FontQuery: "
  243. {
  244.   count 0 gt {
  245.     FontDirectory exch known {1}{0}ifelse = flush
  246.   }{ exit } ifelse
  247. } bind loop
  248. "
  249. *End
  250.  
  251. *?FontList: "
  252. FontDirectory { pop == flush } forall 
  253. (*) = flush
  254. "
  255. *End
  256.  
  257. *% Printer Messages (verbatim from printer):
  258. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  259. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  260. *Message: "\FontName\ not found, using Courier"
  261.  
  262. *% Status (format: %%[ status: <one of these> ]%% )
  263. *Status: "idle"
  264. *Status: "busy"
  265. *Status: "waiting"
  266. *Status: "printing"
  267. *Status: "warming up"
  268. *Status: "PrinterError: timeout, clearing printer"
  269. *Status: "PrinterError: warming up"
  270. *Status: "PrinterError: service call"
  271. *Status: "PrinterError: paper entry misfeed"
  272. *Status: "PrinterError: no toner cartridge"
  273. *Status: "PrinterError: no paper tray"
  274. *Status: "PrinterError: cover open"
  275. *Status: "PrinterError: resetting printer"
  276. *Status: "PrinterError: out of paper"
  277. *Status: "PrinterError: timeout"
  278. *Status: "PrinterError: manual feed timeout"
  279.  
  280. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  281. *Source: "serial9"
  282. *Source: "serial25"
  283. *Source: "AppleTalk"
  284.  
  285. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  286. *PrinterError: "timeout, clearing printer"
  287. *PrinterError: "warming up"
  288. *PrinterError: "service call"
  289. *PrinterError: "paper entry misfeed"
  290. *PrinterError: "no toner cartridge"
  291. *PrinterError: "no paper tray"
  292. *PrinterError: "cover open"
  293. *PrinterError: "resetting printer"
  294. *PrinterError: "out of paper"
  295. *PrinterError: "timeout"
  296. *PrinterError: "manual feed timeout"
  297.  
  298. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  299.  
  300. *% Color Separation Information =====================
  301.  
  302. *DefaultColorSep: ProcessCyan.60lpi/60 lpi
  303.  
  304. *InkName: ProcessCyan/Process Cyan
  305. *InkName: ProcessMagenta/Process Magenta
  306. *InkName: ProcessYellow/Process Yellow
  307. *InkName: ProcessBlack/Process Black
  308. *InkName: CustomColor/Custom Color
  309.  
  310. *ColorSepScreenAngle ProcessCyan.60lpi/60 lpi: "15"
  311. *ColorSepScreenAngle ProcessMagenta.60lpi/60 lpi: "75"
  312. *ColorSepScreenAngle ProcessYellow.60lpi/60 lpi: "0"
  313. *ColorSepScreenAngle ProcessBlack.60lpi/60 lpi: "45"
  314. *ColorSepScreenAngle CustomColor.60lpi/60 lpi: "45"
  315.  
  316. *ColorSepScreenFreq ProcessCyan.60lpi/60 lpi: "60"
  317. *ColorSepScreenFreq ProcessMagenta.60lpi/60 lpi: "60"
  318. *ColorSepScreenFreq ProcessYellow.60lpi/60 lpi: "60"
  319. *ColorSepScreenFreq ProcessBlack.60lpi/60 lpi: "60"
  320. *ColorSepScreenFreq CustomColor.60lpi/60 lpi: "60"
  321.  
  322. *ColorSepScreenProc ProcessCyan.60lpi/60 lpi: "
  323. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  324. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  325. *End
  326. *ColorSepScreenProc ProcessMagenta.60lpi/60 lpi: "
  327. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  328. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  329. *End
  330. *ColorSepScreenProc ProcessYellow.60lpi/60 lpi: "
  331. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  332. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  333. *End
  334. *ColorSepScreenProc ProcessBlack.60lpi/60 lpi: "
  335. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  336. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  337. *End
  338. *ColorSepScreenProc CustomColor.60lpi/60 lpi: "
  339. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  340. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  341. *End
  342.  
  343. *ColorSepTransfer ProcessCyan.60lpi/60 lpi: "{ }"
  344. *ColorSepTransfer ProcessMagenta.60lpi/60 lpi: "{ }"
  345. *ColorSepTransfer ProcessYellow.60lpi/60 lpi: "{ }"
  346. *ColorSepTransfer ProcessBlack.60lpi/60 lpi: "{ }"
  347. *ColorSepTransfer CustomColor.60lpi/60 lpi: "{ }"
  348.  
  349. *% end of PPD file for LaserWriter Plus
  350.